Skip to main content
GET
Get status of a context add job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Job ID to check status for

Response

Job status and result

success
boolean
required
Example:

true

jobId
string
required
Example:

"job_01HXYZABC"

status
string
required
Example:

"completed"

result
object

Result of the job (if available)

attemptsMade
number
Example:

1

failedReason
string
Example:

""

finishedOn
number
Example:

1712345678901

processedOn
number
Example:

1712345670000